Verify Phone Number
The Verify Phone Number section appears only if you are not an existing customer of the bank. In this section, the app verifies the mobile number that you provided in the Personal Information section, to minimize the possibility of users registering with fake mobile numbers.
UX Overview
This section provides an overview of the Verify Phone Number screen.
After confirming the products and features of your choice, you will receive a six-digit secure access code on the registered phone number. In the Enter Access Code field, type the code that you received, click Continue to navigate to the further screens.
If you click Decline, a successful decline message displays and the invite link will be disabled restricting the co-applicant to log-in again. If you click Cancel, you will remain on the same screen.
If you did not receive the secure access code, click Resend. The app re-sends the security code to your phone.
Components
The OTP Verification section contains the following list of components:
| Component Name | Instance Name |
|---|---|
| com.nuo.EnterOTP | EnterOTP |
| com.nuo.Roadmap | Roadmap |
| com.dbx.popup | backPopUp |
| com.dbx.customHeaderNUOV2 | customHeaderNUOV2 |
| com.dbx.customfooter | customfooter |
| com.nuo.loading | loading |
| com.dbx.navButtons | navButtons |
| com.nuo.procedureForNUO | procedureForNUO |
| com.dbx.popup | updatePwdPopUp |
| com.dbx.usefulInfo | usefulInfo |
| com.nuo.ApplicationRoadMap | ApplicationRoadMap |
| com.nuo.EnterPhoneNumber | EnterPhoneNumber |
| com.dbx.popup | popup |
Experience APIs
The following APIs are shipped as part of this feature:
| API | Description |
|---|---|
| requestMFAOtp | This API sends an OTP to the registered phone number. |
| verifyMFAOtp | This API validates the OTP you entered. |
| isMFAEnabled | This API retrieves the service key that is passed to the request MFA OTP API to request the application to send an OTP to the customer. If the service key value is returned empty then the MFA authentication does not take place. |
Configurations
The system administrator will have the capability to configure this module from the Spotlight app. For more information about configuring the Verify Phone number section, click here.
Extensibility
By using the Extensibility feature, you can customize the modules based on your requirements. For more information, refer to Extensibility.
In this topic